-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Minor update to interal distributed guide for multi-project #125556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor update to interal distributed guide for multi-project #125556
Conversation
This PR adds a minimal amount information about multi-project so that the existing distributed guide is up-to-date. Relates: elastic#123565 Resolves: ES-10985
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (provided the one comment I have is addressed)
|
|
||
| [ClusterState]:https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/cluster/ClusterState.java | ||
| [Metadata]:https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/cluster/metadata/Metadata.java | ||
| /elasticsearch/cluster/coordination/CoordinationMetadata.java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you are right. It is a leftover that should have been removed. See 262432c
Thanks for catching it.
…-to-distributed-guide
…125556) This PR adds a minimal amount information about multi-project so that the existing distributed guide is up-to-date. Relates: elastic#123565 Resolves: ES-10985
This PR adds a minimal amount information about multi-project so that the existing distributed guide is up-to-date.
Relates: #123565
Resolves: ES-10985